ProjectAfterReloadEventParams interface

Namespace: NextDesign.Desktop

Description

The parameters of the event after reloading the project.

Affiliation area

Name Description
Event APIs that access the events received by the event handler are explained for each area.

Affiliation event area

Name Description
Project Notifies that a project has been created, loaded, saved, or finished.

Inheritor

Name Description
EventParams Base class for event parameters.

Property

Name Description
Filename Filename
Project Project

Annotation

The value of "IWorkspace.CurrentProject" is not guaranteed in the event handler after project reload. To get the reloaded project, use "ProjectAfterReloadEventParams.Project" of this event parameter.